This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Last Updated Field on a Form ~Xagra Lopveluzenoni 14.Jan.04 02:47 PM a Web browser Domino Designer 6.0.2 CF2Windows 2000
Here's something that should work:
1) In the postopen event, read in all the field values and store them in a List global variable with the field name as the key and the field value as the value.
2) In the querysave event, go through each field and compare to what is in the list.